net/http.http2Transport.DialTLS (field)

3 uses

	net/http (current package)
		h2_bundle.go#L7221: 	DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error)
		h2_bundle.go#L7867: 	} else if t.DialTLS != nil {
		h2_bundle.go#L7868: 		return t.DialTLS(network, addr, tlsCfg)